olddoc user/dev discussion/patches/bugs/etc
 help / color / mirror / code / Atom feed
blob 3061e73117b6ffae380dc8b2f56321921d008ff8 619 bytes (raw)
name: lib/olddoc.rb 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
 
# Copyright (C) 2015-2016 all contributors <olddoc-public@80x24.org>
# License: GPL-3.0+ <https://www.gnu.org/licenses/gpl-3.0.txt>
module Olddoc # :nodoc:
  autoload :Gemspec, 'olddoc/gemspec'
  autoload :History, 'olddoc/history'
  autoload :Merge, 'olddoc/merge'
  autoload :NewsAtom, 'olddoc/news_atom'
  autoload :NewsRdoc, 'olddoc/news_rdoc'
  autoload :Prepare, 'olddoc/prepare'
  autoload :Readme, 'olddoc/readme'

  def self.config(path = ".olddoc.yml")
    File.readable?(path) and return YAML.load(File.read(path))
    warn "#{path} not found in current directory"
    {}
  end
end
require_relative 'oldweb'

debug log:

solving 3061e73 ...
found 3061e73 in https://80x24.org/olddoc.git/

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this public inbox

	https://80x24.org/olddoc.git/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).