Pawan Dubey
Pawan Dubey
This is basically a re-opening of #60 but I was pretty unresponsive on that issue and it seems like it got sidetracked into an unrelated problem. Feel free to close/reopen...
Hello, The support for building Rust extensions added in https://github.com/rubygems/rubygems/pull/5175 is great! But we are lacking documentation on the proper way to use it. https://guides.rubygems.org/gems-with-extensions/ only talks about C extensions...
Support inbuilt deployment handlers for github pages, Amazon S3. Also support a CLI command for the same.
Create a simple to use tool to import posts from the WordPress xml export file into Griffin's format. Salient points: - Preserve all original tags. - Convert categories to tags....
When creating URLs based on category and tag ( see #20 ) provide the user with the option to specify the format of the permalink that they want.
Refactor the structure to add support for third party plugins and modularity. See: https://docs.oracle.com/javase/tutorial/ext/basics/spi.html https://github.com/decebals/pf4j Also refer: http://stackoverflow.com/questions/465099/best-way-to-build-a-plugin-system-with-java
Write unit tests for as many functionalities as possible.
Right now (as of today) Griffin can parse 1000 markdown documents containing the following text : [Sample text ](http://daringfireball.net/projects/markdown/syntax.text) in ~5 seconds. According to simple benchmarking and profiling, 80% of...