Skip to content

manishmarahatta/anubad

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

anubad

Graphical Interface for glossary browsing.

http://i.creativecommons.org/l/by/3.0/88x31.png

Copyright © 2013 - 2015 to the anubad Authors.

https://raw.githubusercontent.com/foss-np/anubad/dump/screenshots/screenshot4.png

Installation

Requirement

ms-windows : download pygi installer

linux : distro specific package manager

linuxms-windows**
pythonpython 3.xxpython 3.xx
gobject-introspectionpython-gobjectpygi/base
GTKGTK+ 3pygi/
Pango
Keybinderlibkeybinder3pygi/GIR

** Might have some icon issues, and features may not work***.

*** Seriously we don’t have developers HELP

how to get it

Download the latest verion from zip or tar

# OR CLONE the repo
git clone https://github.com/foss-np/anubad

config

to auto configure run..

./configure

for more detail configuration see src/gsettings and src/mysettings.

manually config

For ms-windows and others without gnu-bash and gnu-make.

  1. Create a folder gloss at /path/to/anubad/.
  2. Download np-l10n-glossary zip/tar (clone always works)
  3. Extract the downloaded file.
  4. Rename extracted np-l10n-glossary-current to foss
  5. Copy /path/to/anubad/src/gsettings.conf to /path/to/anubad/src/mysettings.conf.

Usage

quick-demo

Earlier design was more focused on making the code run with various platforms including python 2 and 3 compatibility, which is written in python tkinter which is no longer in development due font rendering issues, and poor system intergation

/path/to/anubad/demo.pyw

Gtk application

cd /path/to/anubad/
make
# or direcly run
/path/to/anubad/src/app.py
# if problem occurs run
/path/to/anubad/src/main.py

Development & Contribution

Please Use the dev branch to send any changes.

All the modules are independent and can be executed separetly.

Packages

No packages published

Languages

  • Python 99.0%
  • Makefile 1.0%