{"id":19079039,"url":"https://github.com/tomtom/deplate","last_synced_at":"2025-04-30T05:23:36.565Z","repository":{"id":719320,"uuid":"366505","full_name":"tomtom/deplate","owner":"tomtom","description":"deplate is a tool for converting wiki-like markup to latex, docbook, html, or \"html-slides\". It supports embedded LaTeX code, footnotes, citations, biblographies, automatic generation of an index etc.","archived":false,"fork":false,"pushed_at":"2015-10-19T18:25:04.000Z","size":541,"stargazers_count":12,"open_issues_count":1,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-18T20:50:03.853Z","etag":null,"topics":["converter","docbook","html","latex","pdf","rdoc","ruby","viki","wiki"],"latest_commit_sha":null,"homepage":"http://deplate.sourceforge.net/","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tomtom.png","metadata":{"files":{"readme":"README.TXT","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.TXT","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2009-11-09T17:28:07.000Z","updated_at":"2020-03-29T10:41:11.000Z","dependencies_parsed_at":"2022-07-20T04:02:20.243Z","dependency_job_id":null,"html_url":"https://github.com/tomtom/deplate","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomtom%2Fdeplate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomtom%2Fdeplate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomtom%2Fdeplate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomtom%2Fdeplate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tomtom","download_url":"https://codeload.github.com/tomtom/deplate/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251646283,"owners_count":21620906,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["converter","docbook","html","latex","pdf","rdoc","ruby","viki","wiki"],"created_at":"2024-11-09T02:13:06.769Z","updated_at":"2025-04-30T05:23:36.547Z","avatar_url":"https://github.com/tomtom.png","language":"Ruby","readme":"deplate -- convert wiki-like markup to latex, docbook, html, and \r\n\"html-slides\"\r\nCopyright (C) 2004 Tom Link\r\n\r\nThis program is free software; you can redistribute it and/or modify\r\nit under the terms of the GNU General Public License as published by\r\nthe Free Software Foundation; either version 2 of the License, or\r\n(at your option) any later version.\r\n\r\nThis program is distributed in the hope that it will be useful,\r\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\r\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\r\nGNU General Public License for more details.\r\n\r\nYou should have received a copy of the GNU General Public License\r\nalong with this program; if not, write to the Free Software\r\nFoundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  \r\nUSA\r\n\r\n\r\n= Install\r\n\r\n== The source distribution\r\n\r\nBasically, you have the following four options:\r\n\r\nEither (1) use setup.rb (long version):\r\n\r\n    $ ruby setup.rb config\r\n    $ ruby setup.rb setup\r\n    # ruby setup.rb install             # this might require root privilege\r\n\r\nOr (short):\r\n\r\n    # ruby setup.rb                     # this might require root privilege\r\n\r\nOr (2) if you have sh/bash (but this really is just a wrapper for the above):\r\n  \r\n    $ chmod u+x configure               # when using the git repository\r\n    $ ./configure --help\r\n    $ ./configure\r\n    $ make\r\n    # make install                      # this might require root privilege\r\n\r\nOr (3) build a gem and install it:\r\n\r\n    $ ruby bin/pre-setup.rb\r\n    $ gem build deplate.gemspec\r\n    # gem install deplate-VERSION.gem   # this might require root privilege\r\n\r\nOr (4) add the bin directory to PATH:\r\n\r\n    $ export PATH=DEPLATE_DIRECTORY/bin:$PATH\r\n\r\nDownload the latest source-code from the sourceforge project site:\r\n\r\n    http://sourceforge.net/projects/deplate/\r\n\r\nThe files in the \"debian\" sub-directory were contributed by Maxim Komar. \r\nYou might want to adjust some paths.\r\n\r\n\r\n== The ruby gem distribution\r\n\r\nThe gem file can be installed by running\r\n\r\n    $ gem install deplate-VERSION.gem       # might require root privilege\r\n\r\nWhen installing from a gem file, it could be necessary to manually \r\nlink/copy the deplate starter script in the GEMDIR/bin directory.\r\n\r\n\r\n== The win-32 distribution\r\n\r\nThe win32 binary was created with exerb[1] and is supposed to work \r\nwithout ruby being installed. The binary is self-contained and doesn't \r\nrely on any extranous files. Just copy the binary into a directory in \r\nPATH.\r\n\r\nThe distribution directory contains some extra files in the rc \r\ndirectory, which you could copy to the respective sub-directories in \r\n~/.deplate/.\r\n\r\n[1] http://exerb.sourceforge.jp/index.en.html\r\n\r\n\r\n= Documentation\r\n\r\nThe documentation is distributed in a separate archive or can be \r\ndownloaded from\r\n\r\n    http://deplate.sf.net/deplate.html\r\n\r\nThe online manual usually corresponds to the latest testing/working \r\nversion.\r\n\r\n\r\nvim: ft=rd\r\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftomtom%2Fdeplate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftomtom%2Fdeplate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftomtom%2Fdeplate/lists"}