Coder Social home page Coder Social logo

kiramoji's People

Contributors

flameborn avatar lilyanatia avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

kiramoji's Issues

Site should have atom feeds

  1. latest threads
  2. latest comments within thread
  3. global latest comments

These 3 factors together provide a powerful base for many alternate clients and addons while requiring very little work of an administrator.

Preview post feature produces garbled text

The following text (skillful SJIS art of a baby) comes out garbled when the preview post feature is used:

                   , -‐  - 、
                /         、
             ,'            、
             |           ',
             |             l
             〈ヽ  -‐-  -‐-   '
    , - r '´ ̄ ̄ ̄ ヽ  く●〉  〈●ア ,'
   /  l   /      、   r_ _ュ    !
.  /    !  ,'         、 トェェェェイ ノ|  babubabu
  l    、   /    ヽ ー`==′ '∧
  }     、   !      i  \__ノ  /  ヽ
  !     \ ノ      , /   /\__ ノヽ
  /、       ト、     /  _, '     \   、
 ( ヽ      | `ー- __ノ-‐ ´       \ - ーァ
  \_ヽ    ノ   ゙、  ',               し‐、_ミ
     ̄ ̄ ̄     ヽ  ヽ
                 ヽ  ヽ
                   ヽ _ノ ー、
               | , , , 「.. 

When posted it comes out just fine as long as formatting is set to "Text art". Here's a screenshot of the issue. This issue can be reproduced on https://kiramoji.ga/

Request for Internet Time format

Internet Time was a campaign by Swiss watchmaker Swatch to create a standardized time format with no time zones: in it, each day is made up of one thousand "beats" which equal 86.4 seconds. It was used in the early MMO Phantasy Star Online and the chat client ICQ, adopted by CNN's homepage for a time, and is supported natively by PHP. I've been seeing small webpages and forums around the web adopt it lately, and I think it would be really neat to have as an option in Kiramoji. There are code snippets for multiple languages to convert UTC to Internet Time, so it shouldn't be hard to add with Perl.

https://en.wikipedia.org/wiki/Swatch_Internet_Time
http://gwil.co/internet-time/
https://wiki.melonland.net/swatch_time

Nginx issue

This is a bug I'm facing

I am able to view and use the perl scripts in Nginx with the following code block:

location ~ \.pl$ {
  try_files $uri $uri/ index.html;
  include fastcgi_params;
  fastcgi_pass unix:/var/run/fcgiwrap.socket;
  fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
}

however trying to access URLs such as /test/kareha.pl/1697812648/ render a 404 error

I actually got this in Kareha because trying to run Kiramoji gives me this error:

Bareword "ATOM_FILE" not allowed while "strict subs" in use at /test/kiramoji.pl line 271, <FILE> line 4.

... however I assume that the solution to this applies to karamoji and kareha users alike :)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.