Giter VIP home page Giter VIP logo

binaergewitter.github.com's People

Contributors

kaligule avatar ltsavar avatar pfleidi avatar rb2k avatar

Stargazers

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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

binaergewitter.github.com's Issues

Fix … character in feed

Some feed readers do not like this, especially if they use validating xml components, as there is no DTD for the Trac RSS XML, and the hellip entity is not recognized. A quick workaround(fix?) is to use the numeric entity reference instead, which is: �

In combination with https://github.com/imathis/octopress/blob/master/plugins/octopress_filters.rb:

# Improved version of Liquid's truncate:
# - Doesn't cut in the middle of a word.
# - Uses typographically correct ellipsis (…) insted of '...'
def truncate(input, length)
  if input.length > length && input[0..(length-1)] =~ /(.+)\b.+$/im
  $1.strip + ' …'
else
  input
end
end

==> NO ME GUSTA

guid increaseable

maybe as release in metadata

if shownotes or anythingelse is updates guid has to change

Comment Eingabe abgeschnitten

Beim Schreiben von Comments mit mehr Zeilen als am Anfang zu sehen ist,
wird der Inhalt abgeschnitten, ohne dass man scrollen kann.

The audio.js or modernizr.js slow down my Opera

The HTML5 Player of your audio.js script slow down my opera browser.
I use an archlinux i686 system. Under opera is the native html5 player without audio.js the better one.

Or is it your modernizr.js?

add some Documentation

Could you please add a README that at least tells what this thing here is better at than a normal Octopress?

Add content length to podcast.xml

In theory we could Install excon gem (pure ruby) and put this in the podcast.xml file:

Excon.head(post.audio).get_header('Content-Length')

Note: doesn't work with redirects so far... but I guess we can live with that

generate Blogpost when uploading new Audiofile

Ich hab mit @soupdiver auf 'nem Hackathon bei Amazon eine Art automatisiertes Octopress gebastelt, was wenn eine mp3-Datei hochgeladen wird automagisch aus den Tags ein Blogpost mit Bild, Titel, Artist und Beschreibung macht ^^
Ist sowas hier schon drin? Wäre sowas wünschenswert?

Markdown im Impressum kaputt

Da sind ein paar Links im Impressum kaputt. Insbesondere im zweiten Absatz des Abschnitts "Datenschutzerklärung für die Nutzung von Disqus".
Die Links im Twitter-Abschnitt könnten auch mal "klickbar" gemacht werden.

webinterface for mute

maybe as extra git project
would be nice to have a little webinterface that supports sending a midi signal to the mixer to mute the own voice

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.