~hazrpg/+junk/ArabicRecipes

« back to all changes in this revision

Viewing changes to README

  • Committer: Hassan Williamson
  • Date: 2011-04-06 19:29:14 UTC
  • Revision ID: haz@hazrpg.co.uk-20110406192914-zfav72bw59e3dv2l
Added # coding=utf-8 to avoid having to encode text in the recipe. Corrected some RSS labels. Included GLPv3 license text file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
- README
4
4
        This document.
5
5
 
 
6
- COPYING
 
7
        This is the full licence used for code include in this project.
 
8
 
6
9
- encode.py
 
10
        This is deprecated, since using # coding=utf-8 on the first line of the recipe
 
11
        allows you to write arabic characters. Make sure to start the string with a u e.g.
 
12
 
 
13
        u'بوابة الأهرام'
 
14
 
7
15
        I use this file to encode arabic characters into a unicode string so that
8
16
        calibre can work with it fine. Have a look at the recipe to see what I mean.
9
17
        
20
28
        A directory containing the ahram recipe and a few other scripts.
21
29
 
22
30
- ahram/test.sh
23
 
        This is the script to run a test build of the recipe.
 
31
        This is the script to run a test build of the recipe (outputs as html).
24
32
 
25
33
- ahram/build.sh
26
 
        This is a script to build the recipe into a mobi file.
 
34
        This is a script to build the recipe (outputs as mobi).
27
35
 
28
36
- ahram/al-ahram.recipe
29
37
        This is the main recipe for the Al-Ahram arabic news feed.