/
niceSOFT
/
texinfo
ОбзорДокументацияВойти
/
niceSOFT
/
texinfo
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
ДокументацияПоддержка
Политика конфиденциальностиПользовательское соглашениеПолитика использования «cookies»Согласие субъекта персональных данных
2026 ©
texinfo/
js/
..
build-aux

Remove old js files.

5 лет назад
examples

add js directory to hold work from mthl's GSOC project in 2017

9 лет назад
.dir-locals.el

add js directory to hold work from mthl's GSOC project in 2017

9 лет назад
HACKING

add js directory to hold work from mthl's GSOC project in 2017

9 лет назад
Makefile.am

more use of https: in license links

8 месяцев назад
README

* js/Makefile.am (EXTRA_DIST): Do not distribute 'examples' directory. This shrinks .tar.xz file from 5.9 MB to 5.5 MB.

4 года назад
TODO

add js directory to hold work from mthl's GSOC project in 2017

9 лет назад
info.css

* js/info.css: move declarations for sidebar into section for sidebar. many of these appear to have been added to the file without regard for the pre-existing structure of the file.

6 месяцев назад
info.js

* configure.ac: bump version to 7.3dev.

5 месяцев назад
kawa.css

Make js distributable and installable

8 лет назад
modernizr.js

add js directory to hold work from mthl's GSOC project in 2017

9 лет назад
package.json

add js directory to hold work from mthl's GSOC project in 2017

9 лет назад
tsconfig.json

add js directory to hold work from mthl's GSOC project in 2017

9 лет назад
README
This subdirectory contains a JavaScript system used to browse the HTML
output of texi2any. This work was done by Matthieu Lirzin in 2017.
 
See https://www.gnu.org/software/soc-projects/ideas-2017.html#texinfo
and http://mathieu.lirzin.emi.u-bordeaux.fr/categories/gsoc/ for some
background information.
 
The example manuals are in the git repository.
 
Running "make examples" used to build the provided examples, but
now you can use INFO_JS_DIR instead - see the Texinfo manual.
 
To check the result of EXAMPLE:
 
firefox examples/EXAMPLE-html/index.html
 
See the "HACKING" file for information about the development of this
program.
 
The full git history of this project is available at
https://ftp.gnu.org/gnu/texinfo/texinfo-gsoc_2017.git-bundle
 
Once downloaded, you can open a git repository with its contents with
the following commands:
 
git clone texinfo-gsoc_2017.git-bundle texinfo-gsoc_2017
git checkout gsoc_2017