[Jobs] Need some help with Python Job Board

M.-A. Lemburg mal at python.org
Mon Nov 13 04:16:15 EST 2017


Hi Justin,

the default markup is currently set to restructuredtext:

https://github.com/python/pythondotorg/blob/master/jobs/models.py

but this can be changed to any of these supported ones:

https://github.com/jamesturk/django-markupfield

as long as we make sure that all existing records continue
to be set to ReST (to not mess up the formatting).

Since I had a look at WYSIWYG editors, some new ones may have
surfaced.

The templates are defined here:

https://github.com/python/pythondotorg/tree/master/templates/jobs

and the main project page has instructions on how to get
a local copy of the website working:

https://pythondotorg.readthedocs.io/

Thanks,
-- 
Marc-Andre Lemburg
Python Software Foundation
http://www.python.org/psf/
http://www.malemburg.com/

On 12.11.2017 18:52, Skip Montanaro wrote:
> Thanks, Justin. I imagine editors probably exist which can switch between
> WYSIWYG and markup. Whether that markup can be Markdown or not, I don't
> know. Marc-André Lemburg listed a few possible editors in the ticket he
> opened, but I've not dug into their properties.
> 
> Skip
> 
> On Sun, Nov 12, 2017 at 11:20 AM, justin walters <walters.justin01 at gmail.com
>> wrote:
> 
>> On Sat, Nov 11, 2017 at 3:27 PM, Skip Montanaro <skip.montanaro at gmail.com>
>> wrote:
>>
>>> The Python Job Board could use a little help in a couple areas. One, we
>> can
>>> always use help reviewing and approving (or rejecting) submissions. The
>>> backlog keeps growing, and the existing volunteers who help can't always
>>> keep up. (This is a good problem to have, reflecting on Python's broad
>>> popularity in many application domains.)
>>>
>>> Two, and perhaps more important, the submission form really needs to
>>> support WYSIWYG editing. Apparently, most posters are unable to handle
>>> markup-based systems, probably just pasting content from Word documents.
>>> Making this change would streamline the review process, as formatting
>>> problems are currently the biggest impediment to successful submissions.
>>> There is an open ticket to add this feature:
>>>
>>> https://github.com/python/pythondotorg/issues/655
>>>
>>> If you can help with either task, please drop a note to jobs at python.org.
>>>
>>> Thanks,
>>>
>>> Skip
>>> --
>>> https://mail.python.org/mailman/listinfo/python-list
>>>
>>
>> I might be able to help implement a wysiwyg editor. The only issue I can
>> think of at the moment
>> would be finding a way to determine if the template should render wysiswyg
>> content or Markdown content.
>>
>> I'll need to look over the repo a bit more closely first.
>> --
>> https://mail.python.org/mailman/listinfo/python-list
>>
> 
> 
> 
> _______________________________________________
> Jobs mailing list
> Jobs at python.org
> https://mail.python.org/mailman/listinfo/jobs
> 




More information about the Python-list mailing list