FoolCode / FoOlSlide

[NO LONGER MAINTAINED] Online Comics Publishing Software for Authors and Teams
http://foolcode.github.com/FoOlSlide/
Other
115 stars 64 forks source link

Generic comic path #57

Open ghost opened 8 years ago

ghost commented 8 years ago

I have an issue - when I add new comic, system automatically processes its name into path. However, it's not always good, because some comics have very elaborated names, including some special symbols or just written in non-latinic alphabet, which are all changed into _ in the process. Could you, please, add optional field for generic path? Currently I have to manually change database and folder to correct that. For example: "Старый падуб" (based on pun) for name, visible to audience, will change into ___ for system, but it must be "old_holly".

pushrbx commented 8 years ago

Do you mean the slug in the URL? That can be done very quickly.

ghost commented 8 years ago

Slug? Well, yes, that thing, translating project name into URL.

pushrbx commented 8 years ago

I've already started working on a fix. I'll will add a checkbox and a field which will let you specify a custom slug. If you don't specify a slug it will translate the foreign letters to Latin letters instead of replacing them with ''.

ghost commented 8 years ago

Cool. Could you please tell, which files are to be replaced? I've adjusted default reader design a little bit, don't want to lose it due to update.

pushrbx commented 8 years ago

My fix won't affect the theme I think, unless you added extra functionality without merging it here. For now it looks like this, but this is not the final working version of my fix: https://github.com/pushrbx/FoOlSlide/commit/1fe2127b994a2afc5d493fcd4cb7357c00909337

pushrbx commented 8 years ago

59 added