ALT Linux Team development discussions
 help / color / mirror / Atom feed
From: Alexander Bokovoy <a.bokovoy@sam-solutions.net>
To: devel@altlinux.ru
Subject: [devel] Fw: want to unify documentation
Date: Thu, 19 Dec 2002 10:34:50 +0200
Message-ID: <20021219083450.GA549@sam-solutions.net> (raw)

Может быть кого-нибудь заинтересует? Алексей -- разработчик dictd.

----- Forwarded message from Aleksey Cheusov <cheusov@scnsoft.com> -----

Date: Wed, 18 Dec 2002 21:08:12 +0000 (UTC)
From: Aleksey Cheusov <cheusov@scnsoft.com>
Subject: want to unify documentation
Newsgroups: fido7.ru.linux
Organization: Science Soft


У меня не вопрос.

Я хочу услышать мнение народа по поводу
приведения документации для программистов
в более-менее единую форму.

Имеются ввиду справочники по функциям, классам,
типам и так далее для языков программирования 
и всяким приблудам.

Лично мне надоедает вспоминать, где же это я видел
"в манах ли", в "инфо", во всяких howto, rfc, perldoc
opengroup.org и так далее.

С помощью DICT клиента для emacs dictionary.el
(AFAIK других нет) можно легко всё ето дело привести к одному
виду и настроить на major/minor mode
и получить доступ к любым справочникам
непосредственно там, где программа собственно создаётся
не ползая тормозиллой по всяким opengroup.org и другим.

Вот пример:

(defvar perl-help-history)

(defun lookup-perl-func ()
  (interactive)
  (dictionary-search
    (read-string
	  "word: "
	  (current-word)
	  'perl-help-history)
    "perl_ref"
  )
)
(defun my-perl-mode-hook ()
  (c-set-style "user")
  (local-set-key [f1] 'lookup-perl-func) 
)
(add-hook 'perl-mode-hook      'my-perl-mode-hook)

Вопрос 1: что народ думает по этому поводу.
Вопрос 2: готов ли кто-нибудь из присутствующих
          сконвертировать, например, справочник по stl
          в dict формат или что-то другое, ему нужное.
          Если да, то из этого дела может
          получиться yet another package ;) для любимого
          дистрибутива. Тоже самое касается надстройки
          над dictionary.el.

На вопросах реализации DICT сервера я не останавливаюсь,
потому как это детали.

На мой взгляд, идею полезная и довольно банальна, но,
почему-то, никем не реализована.

Меня интересует ваше мнение.

-- 
Best regards, Aleksey Cheusov.

----- End forwarded message -----

-- 
/ Alexander Bokovoy
---
Remember the good old days, when CPU was singular?


             reply	other threads:[~2002-12-19  8:34 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-12-19  8:34 Alexander Bokovoy [this message]
2002-12-19  8:54 ` Alex Ott
2002-12-19  9:01   ` Alexander Bokovoy

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20021219083450.GA549@sam-solutions.net \
    --to=a.bokovoy@sam-solutions.net \
    --cc=devel@altlinux.ru \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

ALT Linux Team development discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/devel/0 devel/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 devel devel/ http://lore.altlinux.org/devel \
		devel@altlinux.org devel@altlinux.ru devel@lists.altlinux.org devel@lists.altlinux.ru devel@linux.iplabs.ru mandrake-russian@linuxteam.iplabs.ru sisyphus@linuxteam.iplabs.ru
	public-inbox-index devel

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.devel


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git