Need some help with Python Job Board

justin walters walters.justin01 at gmail.com
Sun Nov 12 12:20:35 EST 2017


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.



More information about the Python-list mailing list