Ports 搜索

共有19,819项符合%22HTTP Server%22的查询结果,以下是第15,63115,640项(搜索用时0.01秒)
textproc/l2a-1.2 (Score: 9.2878623E-4)
L2a - LaTeX to ASCII converter
L2A is a simple filter to remove most LaTeX commands from marked-up documents, leaving only the body of text.
textproc/yaml-1.2.0 (Score: 9.2878623E-4)
YAML-1.1 parser and emitter
pecl-yaml is a YAML-1.1 parser and emitter, it Support for YAML 1.1 (YAML Ain't Markup Language) serialization using the LibYAML library.
textproc/localize-0.0.1 (Score: 9.2878623E-4)
Application to aid in the translation of .strings files
Localize is an application to aid in the translation of .strings files. .strings files must be distributed in ASCII encoding, which generally isn't a convenient encoding to do translation in. As an example, its rather difficult to enter Chinese characters into an ASCII encoded text file. Localize will, with any luck, help out with this. Currently its just a shell of an application, but sometime in the future I hope to complete it. LICENSE: GPL2 or later
textproc/lttoolbox-3.3.2 (Score: 9.2878623E-4)
Tool for lexical, morphological analysis and generation of words
lttoolbox is a toolbox for lexical processing, morphological analysis and generation of words. The analysis is the process of splitting of words splitting a word (e.g. cats) into its lemma 'cat' and the grammatical information <n><pl>. The generation is the opposite process. The package is split into three programs, lt-comp, the compiler, lt-proc, the processor, and lt-expand, which generates all possible mappings between surface forms and lexical forms in the dictionary.
textproc/makefaq-2.5 (Score: 9.2878623E-4)
Makefaq is a Python program that creates a (FAQ)
makefaq is a Python program that creates a Frequently Asked Questions (FAQ) list from a specially formatted text data file. For output, it can generate either an HTML page, a text file, or a DocBook XML file.
textproc/s5-1.1 (Score: 9.2878623E-4)
Simple HTML-based presentation system
What Is S5? * It's a Simple Standards-based Slide Show System * One XHTML document provides all of the slide show's content * CSS handles the layout and look of the slides * JavaScript handles the dynamic aspects of the show * That's all there is to it!
textproc/man2html-3.0.1 (Score: 9.2878623E-4)
Convert nroff(1) man pages to HTML
Convert UNIX nroff(1) manual pages to HTML format.
textproc/markdown-mode.el-2.1 (Score: 9.2878623E-4)
Emacs/XEmacs major mode for editing Markdown-formatted text
markdown-mode is a major mode for editing Markdown-formatted text files in GNU Emacs.
textproc/mgdiff-1.0 (Score: 9.2878623E-4)
Graphical front end to the UNIX diff command
This is mgdiff, a graphical front end to the UNIX diff command based upon X11R[456] and the Motif widget set. It allows the user to select two files for comparison, runs the diff command, parses the output, and presents the results graphically. This presentation can also be used to generate a user-specified merge of the two files into a third file. This program's appearance is based upon a program called gdiff, which runs only on Silicon Graphics workstations and for which source code is not provided.
textproc/mifluz-0.26.0 (Score: 9.2878623E-4)
C++ library to build and query a full text inverted index
GNU mifluz has two main characteristics : it is very simple (one might say stupid :-) and uses 50% of the size of the indexed text for the index. It is simple because it provides only a few basic functionalities. It does not contain document parsers (HTML, PDF etc...). It does not contain a full text query parser. It does not provide result display functions or other user friendly stuff. It only provides functions to store word occurrences and retrieve them. The fact that it uses 50% of the size of the indexed text is rather atypical. Most well known full text indexing systems only use 30%. The advantage GNU mifluz has over most full text indexing systems is that it is fully dynamic (update, delete, insert), uses only a controlled amount of memory while resolving a query, has higher upper limits and has a simple storage scheme. Consuming more disk space allows all this.