Bookmarks
Tag cloud
Picture wall
Daily
RSS Feed
  • RSS Feed
  • Daily Feed
  • Weekly Feed
  • Monthly Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Filters

Untagged links
10 results tagged static  ✕   ✕
Simple Photo Gallery https://haltakov.net/simple-photo-gallery/
Mon 27 Feb 2023 06:35:49 PM PST archive.org

A simple command line tool which takes a directory of images, reorganizes them a little bit (I'm not wild about this but it's not too hard to put everything back the way it was), and generates a static image gallery. Uses just a little bit of Javascript webshit to make the gallery responsive and mobile-friendly. The default theme looks a bit like Flickr's default album.

Github: https://github.com/haltakov/simple-photo-gallery

python cli images static gallery generator cli
A simple Wiki page in Markdown from notebook of VNote. https://github.com/vnotex/viki
Thu 24 Nov 2022 11:28:15 AM PST archive.org

A static HTML page that takes Markdown documents and turns them into a self-hosted wiki. Ideal for taking a copy of your personal flat file wiki with you if you'll be disconnected. Can be served with something as simple as python3 -mhttp.server on your machine.

It is recommended by the developers that you download the latest release from Github and copy the contents of the dist/ folder therein to wherever you have your markdown docs stored for installation.

exocortex portable html5 static markdown wiki
tinysearch/tinysearch https://github.com/tinysearch/tinysearch
Tue 22 Nov 2022 09:38:54 PM PST archive.org

tinysearch is a lightweight, fast, full-text search engine. It is designed for static websites.

tinysearch is written in Rust, and then compiled to WebAssembly to run in a browser. It can be used together with static site generators such as Jekyll, Hugo, Zola, Cobalt, or Pelican.

The test index file of my blog with around 40 posts creates a WASM payload of 99kB (49kB gzipped, 40kB brotli).

Only finds entire words. As a consequence there are no search suggestions (yet). This is a necessary tradeoff for reducing memory usage. A trie datastructure was about 10x bigger than the xor filters. New research on compact datastructures for prefix searches might lift this limitation in the future.

Since we bundle all search indices for all articles into one static binary, we recommend to only use it for small- to medium-size websites. Expect around 2 kB uncompressed per article (~1 kb compressed).

searchengine web rust wasm static
static.wiki http://static.wiki/
Sat 31 Jul 2021 04:00:11 PM PDT archive.org

A proof-of-concept inspired and enabled by Hosting SQLite Databases on Github Pages and the ensuing Hacker News post. The compiled single-page app supports autocomplete for titles, automatic redirecting & other MediaWiki datasets like WikiQuote or Chinese Wikipedia. It makes no external API calls except to get Wikipedia's images.

Seems ideal for making offline copies of Wikipedia (or other Mediawiki installs, it's implied) available.

Search is disabled right now.

Github: https://github.com/segfall/static-wiki

SQLite copies of Wikipedia: https://www.kaggle.com/segfall/markdownlike-wikipedia-dumps-in-sqlite

Has instructions for turning an XML dump of Wikipedia into a SQLite database; unfortunately it uses node.js.

wiki wikipedia offline webapps database static mediawiki sqlite
Stagit: a static git page generator https://codemadness.org/stagit.html
Fri 30 Jul 2021 03:32:27 PM PDT archive.org

A static page generator for git.

Git repo: https://git.codemadness.org/stagit/

git static pages generator cgi c
GitHub - saimn/sigal https://github.com/saimn/sigal/
Tue 08 Dec 2020 07:13:21 PM PST archive.org

Sigal is yet another simple static gallery generator. It’s written in Python and it allows to build a static gallery of images. The idea behind Sigal is to ease the use of the javascript libraries like galleria. These libraries do a great job to display the images, Sigal does what is missing: resize images, create thumbnails, generate HTML pages. Doesn't seem to let you put descriptions or comments on your pictures, though. EXIF tag aware. Processes directories of images recursively. Only processes new images unless you tell it not to. In some ways, seems to work like Pelican.

There is a native Arch Linux package, too.

static gallery python images videos themes exocortex
GitHub - bastienwirtz/homer https://github.com/bastienwirtz/homer
Fri 11 Oct 2019 01:23:32 PM PDT archive.org

A very simple static homepage for your server. No build process involved. Edit a YAML file, add titles, icons, and links to the services running on the server, load it in a browser. Unusually pretty, unusually handy. Never thought I'd like it.

exocortex directory html5 yaml web services static
securego/gosec: Golang security checker https://github.com/securego/gosec
Mon 10 Sep 2018 11:09:06 AM PDT archive.org

Static security analyzer for Golang code. Checks against the Golang AST. Tries to verify some best practices (no hardcoded credentials, listening on 0.0.0.0 by default, things like that. Has all of the usual CLI options you'd hope it has.

golang infosec analyzer static vulnerabilities bestpractices cli
Blogging with Jekyll Tutorial | Jekyll-Bootstrap http://jekyllbootstrap.com/
Tue 20 Mar 2018 12:41:18 AM PDT archive.org

Jekyll is a static blog implemented using Bootstrap meant for use by developers and designers. It was specifically designed to be deployed as a Github Page for development projects. Has an online installer. If you need something fast and easy, this is a good possibility.

No database. Uses Git on the back end.

web github webapps bootstrap blog lightweight static
python - How to use cherrypy as a web server? - Stack Overflow http://stackoverflow.com/questions/759627/how-to-use-cherrypy-as-a-web-server
Mon 19 Mar 2018 05:58:11 PM PDT archive.org

The main thrust of the article is how to whip together a quick and dirty HTTP server for static pages using Python and Cherrypy. I saved this article because the worst-ranked response also tells you how to hardcode (read, make configurable at runtime) the port and IP address a CherryPy instance listens on.

cherrypy.server.socket_port = 80
cherrypy.server.socket_host = '0.0.0.0'

cherrypy python static content stackoverflow webserver configuration port
4817 links, including 361 private
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn