aarddict / tools

Tools for Aard Dictionary
GNU General Public License v3.0
14 stars 13 forks source link

Tutorial to create custom aard dictionary #29

Open microspace opened 11 years ago

microspace commented 11 years ago

Hello I plan to use aard to make custom html-based dictionary with pictures and links. Please, can you help me on steps how to make one. I have lots of html pages, pictures and CSS-tables in local directory What should I do next? Thank you

itkach commented 11 years ago

Implement ArticleSource and tell compiler about it like so.

ildar commented 11 years ago

20.05.2013 22:56, itkach пишет:

Implement ArticleSource https://github.com/aarddict/tools/blob/master/aardtools/compiler.py#L101 and tell compiler about it like so https://github.com/aarddict/tools/blob/master/aardtools/compiler.py#L968.

I am sorry but I think it's not that easy. A user aiming to create a dictionary wants to manipulate data but Igor is proposing to manipulate code which is far more complicated.

AFAIU there're considerable amount of dictionaries available in HTML format. Can we have a tool for that which is tunable similar to ebook-convert from calibre project ? It has options allowing to convert inherently different sources.