Coder Social home page Coder Social logo

Comments (7)

idleberg avatar idleberg commented on August 28, 2024

That's a good idea, will put it on my todo list!

from bootstrap-listr.

systems-rebooter avatar systems-rebooter commented on August 28, 2024

Cool. Thanks @idleberg

from bootstrap-listr.

systems-rebooter avatar systems-rebooter commented on August 28, 2024

Quick question, is there a way to trim Index of and leave only URL or even better, full_path dirs in cutom_title for now?

from bootstrap-listr.

systems-rebooter avatar systems-rebooter commented on August 28, 2024

Just noticed one small bug - if folder contains non-ascii chars, google mess it up converting to HTML %-likes in title.

screen shot 2015-11-03 at 12 26 35

<title>Index of example.com/browse/%E6%9E%AF/%E6%9E%AF%E5%B1%B1%E6%B0%B4%E3%82%B5%E3%83%A9%E3%82%A6%E3%83%B3%E3%83%87%E3%82%A3%E3%83%B3%E3%82%B0/</title>

So this enhancement will be really cool!

from bootstrap-listr.

idleberg avatar idleberg commented on August 28, 2024

Thanks! The bug should've be fixed in 5e0d750.

from bootstrap-listr.

idleberg avatar idleberg commented on August 28, 2024

I probably misunderstood your request for displaying the basename in <title> at first. On second thought I agree that this should be the default. Added in 4721551.

Let me know how this works for you and close the issue if applicable.

from bootstrap-listr.

systems-rebooter avatar systems-rebooter commented on August 28, 2024

Hey @idleberg

Thanks for the hot fixes. Yeah, its working as expected. Replacing

 $index = "Index of $folder";

with

$index = "$folder keyword";

in listr-functions.php is setting title exactly how I needed.

Closing the issue.

from bootstrap-listr.

Related Issues (20)

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.