python / pythondotorg

Source code for python.org
https://www.python.org
Apache License 2.0
1.5k stars 593 forks source link

comunity poem #529

Open CarlFK opened 9 years ago

CarlFK commented 9 years ago

Python’s community is vast; diverse & aims to grow; Python is Open.

https://www.python.org/community/

Those 3 lines are weird. Is there some reason there are semicolons? even without them, it reads really odd. at a minimum, it is not grammatically correct.

holdenweb commented 9 years ago

I would suggest replacing this with something like:

I would further suggest that we implement some system where Markdown links like the above could be made to work (I don't mind a special syntax). This would allow editors who aren't that technical to maintain "well-known" links, and let the technical team add a level of indirection through a simple URL database lookup. We REALLY need to welcome non-technical people to the editorial team.

I will propose this as a separate RFE if it receives favorable comment.

holdenweb commented 9 years ago

Actually, the scheme I propose above could simply be implemented by adding DjangoCMS as a fallback URL lookup, without any modification to the existing system. This would require determining a suitable CMS record format and associated template, but it seems likely this could be slotted in to the existing materials in a fairly methodical way.