Borgar

Results 12 issues of Borgar

According to the timetable data, a bus running the _3-B-Hlemmur_ route starts by driving a circle around Breiðholt from Mjódd to Mjódd in about 20 minutes. It then repeats that...

_1-A-Klukkuvellir_ timetables include the IDs `99900001` and `99900003` that are not used anywhere else. They are missing from `allStops.csv` and the stops lists use `14001616` and `14001617` (respectively). Comparing data...

It would be nice if dateutil provided a jQuery style noconflict function.

Changes being made for next release: * [x] Switches underlying node tree from JsonML to a DOM-like structure. * [x] Ribbon interface extended to be able to return contextual sub-slices....

PHP Textile has a feature where it adds an autogenerated prefix to every autogenerated ID: ``` foo[1] fn1. bar ``` Becomes: ```html foo1 1 bar ``` Whereas textile-js does: ```html...

Support should be added for [endnote syntax](https://textile-lang.com/doc/auto-numbered-notes). Textile-lang.com gives the following example: ``` The sun is reportedly hot,[#hot] just like freshly baked potatoes.[#hot] Ice is cold.[#cold] note#hot. Ouch. note#cold. Brrr....

Textile JS adds backlinks to footnotes by default (as does RedCloth) while PHP does not. PHP uses an alternate syntax to trigger backlinks. For compatibility, the following needs to be...

Textile-JS has a whitelist of tags allowed at root level. The origin of the list is forgotten. It does make sense to block stuff like `` when accepting arbitrary user...

The textile `%["red":https://example.com].%` is incorrectly parsed. The resulting HTML is: ``` .< ``` But should be: ``` red. ``` Likely it is best to restrict what input is allowed in...

Support should be added for the alternative syntax of [definition lists](https://textile-lang.com/doc/definition-lists). Textile-lang.com gives the following example: ``` ; HTML : HyperText Markup Language, based on SGML. ; XHTML : HTML...