OpenStreetMap Blog Collector, a tool for editing the weekly news in OpenStreetMap.
OSMBC is a small tool to support the editorial process of the OpenStreetMap Wochennotiz. It enables editors collecting references for news easily, and supports editing them in Markdown later. From edited markdown code, the final blog entry is created. As all articles can be edited "bilingual" so in German and in English, the production of the WeeklyOSM, the international variant of the Wochennotiz, is supported by OSMBC too.
The system is active used since Wochennotiz 272 in September 2015.
The running instance for the editors is: https://osmbc.openstreetmap.de. This can be used by OSM Mapper in guest mode too.
At the moment there is no special test instance.
I have stopped to use Travis-CI as CI Plattform to test OSMBC on a neutral environment. Will be back sometimes, somewhere in summertime :-)
- Database: postgres (>= 9.3) and JSON support required
- Webserver: node.js with express and JADE rendering
More info in the Installation Guide.
I am happy to do any bug fixes for the system. But please make sure, that your error report here in Git fulfills the following rules
-
The error message occurs in the productive system, if you are working on the development version, please put the info in the bug report, to avoid unnecessary work (see section development version above).
-
The error message occurs in the current version, so it can can be reproduced on the day, the error message has given. (then you do not need to put any version number to your request, otherwise please include the version number of OSMBC).
-
Please describe shortly, what you have done, to produce the error.
-
Please describe shortly, what the result of your action was, and what result you have expected.
-
Pictures and Hyperlinks can support 3. and 4. but do not replace them.
-
"is not working" or "is broken" obviously does not fulfill 3. and 4. .
The rules support the developer to get quicker to the point. Sometimes you are using other ways in OSMBC to get your result and the way coming to a result is important for bug fixing.